ASP.NET MVC Controls
HeaderFormat Property

Gets or sets the format string used to create the header content when the control has more than MaxHeaderItems items checked.
Syntax
'Declaration
 
Public Property HeaderFormat As String
public string HeaderFormat {get; set;}
Remarks
The format string may contain the '{count}' replacement string which gets replaced with the number of items currently checked. The default value for this property in the English culture is '{count:n0} items selected'.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiSelect<T> Class
MultiSelect<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback